func vendor/golang.org/x/net/dns/dnsmessage.printUint32
8 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L224: return printUint32(uint32(i))
message.go#L227: func printUint32(i uint32) string {
message.go#L1677: "TTL: " + printUint32(h.TTL) + ", " +
message.go#L2403: "Serial: " + printUint32(r.Serial) + ", " +
message.go#L2404: "Refresh: " + printUint32(r.Refresh) + ", " +
message.go#L2405: "Retry: " + printUint32(r.Retry) + ", " +
message.go#L2406: "Expire: " + printUint32(r.Expire) + ", " +
message.go#L2407: "MinTTL: " + printUint32(r.MinTTL) + "}"
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |